| Total Complexity | 1 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | /*eslint max-len: ["error", { "code": 120 }]*/ |
||
| 5 | |||
| 6 | class Footer extends Component { |
||
| 7 | render() { |
||
| 8 | return ( |
||
| 9 | <footer id="site-footer"> |
||
| 10 | <div className="me-tag"> |
||
| 11 | <img src={meSmallImage} alt="Paul Moreland" /> |
||
| 12 | <p>Paul Moreland är student hos Blekinge Tekniska Högskola och studerar Webbprogrammering</p> |
||
| 13 | </div> |
||
| 14 | </footer> |
||
| 15 | ); |
||
| 20 |